object Form1: TForm1 Left = 200 Top = 108 Width = 416 Height = 233 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 152 Top = 16 Width = 241 Height = 177 AutoSize = True end object Button1: TButton Left = 16 Top = 16 Width = 75 Height = 25 Caption = '&Athena' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 56 Width = 75 Height = 25 Caption = '&Chemical' TabOrder = 1 OnClick = Button2Click end end